home *** CD-ROM | disk | FTP | other *** search
/ Digital Photography Made Easy 27 / Digital Photography Made Easy Issue 27.iso / pc / Software / Utilities / setup638.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-03-24  |  1.5 KB  |  38 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=PhotoRescue PC Demo
  4. AppVerName=1.0.638
  5. AppId=PhotoRescue PC Demo
  6. AppPublisher=DataRescue sa/nv
  7. AppPublisherURL=http://www.datarescue.com
  8. AppSupportURL=http://www.datarescue.com
  9. AppUpdatesURL=http://www.datarescue.com
  10. DefaultDirName={pf}\PhotoRescue PC
  11. DefaultGroupName=PhotoRescue PC
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\photorescue.exe"; DestDir: "{app}"; 
  21. Source: "{app}\license.rtf"; DestDir: "{app}"; 
  22. Source: "{app}\photorescue.ico"; DestDir: "{app}"; 
  23. Source: "{app}\PHOTORESCUE_DE.HLP"; DestDir: "{app}"; 
  24. Source: "{app}\photorescue_en.hlp"; DestDir: "{app}"; 
  25. Source: "{app}\photorescue.url"; DestDir: "{app}"; 
  26. [INI]
  27. FileName: "{app}\photorescue.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.datarescue.com"; 
  28. [Run]
  29. Filename: "{app}\photorescue.exe"; Description: "Launch PhotoRescue PC Demo"; Flags: postinstall skipifsilent nowait
  30. [Icons]
  31. Name: "{group}\PhotoRescue PC Demo"; Filename: "{app}\photorescue.exe"; 
  32. Name: "{group}\PhotoRescue PC on the Web"; Filename: "{app}\photorescue.url"; 
  33. Name: "{userdesktop}\PhotoRescue PC Demo"; Filename: "{app}\photorescue.exe"; Tasks: desktopicon; 
  34. [Tasks]
  35. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  36. [UninstallDelete]
  37. Type: files; Name: "{app}\photorescue.url"; 
  38.